home *** CD-ROM | disk | FTP | other *** search
/ China - A Great Country …1: Homeland of the Dragon / China - A Great Country in the East 1: Homeland of the Dragon.iso / a5.swf / scripts / DefineButton2_3 / BUTTONCONDACTION on(press).as
Text File  |  2003-01-14  |  81b  |  7 lines

  1. on(press){
  2.    with(_parent.centers)
  3.    {
  4.       gotoandplay("img1");
  5.    }
  6. }
  7.